Describe the SmsManager class in android.
8483
29-May-2015
Anonymous User
29-May-2015You cannot directly instantiate this class; instead, you call the getDefault() static method to obtain an SmsManager object. You then send the SMS message using the sendTextMessage() method: